-
Closed. This question needs debugging details. It is not currently accepting answers. Want to improve this question? Update the question …
- 293 views
- 0 answers
- 0 votes
-
I’m currently working with the NetBeans IDE 12.0 and I have some problems with scaling the actual frame. The problem …
- 329 views
- 0 answers
- 0 votes
-
I have the below code : JTextArea textArea = new JTextArea(5, 120); textArea.setText("Error message more detail"); textArea.setEditable(false); JScrollPane scrollPane = …
- 325 views
- 1 answers
- 0 votes
-
How do I obtain a java.awt.Image of a JFrame? I want to obtain a screen shot of a JFrame (for …
- 346 views
- 1 answers
- 0 votes